object frmAbout: TfrmAbout Left = 207 Top = 121 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'About...' ClientHeight = 330 ClientWidth = 425 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnlButton: TPanel Left = 0 Top = 282 Width = 425 Height = 48 Align = alBottom BevelInner = bvLowered BorderWidth = 8 TabOrder = 0 object btnOk: TButton Left = 12 Top = 12 Width = 401 Height = 24 Caption = '&OK' ModalResult = 1 TabOrder = 0 end end object pnlTitle: TPanel Left = 0 Top = 0 Width = 425 Height = 282 Align = alClient BevelInner = bvLowered BorderWidth = 8 TabOrder = 1 object lblCopyright: TLabel Left = 151 Top = 34 Width = 257 Height = 13 AutoSize = False Caption = 'lblCopyright' end object lblFileTimeSizeStr: TLabel Left = 151 Top = 54 Width = 257 Height = 13 AutoSize = False Caption = 'lblFileTimeSizeStr' end object lblVersion: TLabel Left = 151 Top = 15 Width = 257 Height = 13 AutoSize = False Caption = 'lblVersion' end object lblEmail: TLabel Left = 153 Top = 86 Width = 28 Height = 13 Caption = 'Email:' end object lblWeb: TLabel Left = 153 Top = 132 Width = 26 Height = 13 Caption = 'Web:' end object lblCDDB: TLabel Left = 153 Top = 181 Width = 67 Height = 13 Caption = 'CDDB credits:' end object lblGraphics: TLabel Left = 153 Top = 252 Width = 258 Height = 13 AutoSize = False Caption = 'Thanks to DigitaL DreamS for graphical support' end object imgAbout: TImage Left = 16 Top = 15 Width = 130 Height = 250 AutoSize = True Picture.Data = {} end object mmoComments: TMemo Left = 151 Top = 195 Width = 258 Height = 46 TabStop = False Alignment = taCenter Color = clBtnFace Lines.Strings = ( 'Line1' 'Line2' 'Line3') ReadOnly = True TabOrder = 0 end object edtEmail: TEdit Left = 151 Top = 100 Width = 257 Height = 21 TabStop = False Color = clBtnFace ReadOnly = True TabOrder = 1 Text = 'clark_tisdale@mindpspring.com' end object edtWeb: TEdit Left = 151 Top = 146 Width = 257 Height = 21 TabStop = False Color = clBtnFace ReadOnly = True TabOrder = 2 Text = 'http://www.mindspring.com/~clark_tisdale/CDmax/' end end object viAbout: TVersInfo IncludeTitles = False Left = 312 Top = 32 end end